var github.com/google/uuid.poolPos
7 uses
github.com/google/uuid (current package)
uuid.go#L43: poolPos = randPoolSize // protected with poolMu
uuid.go#L352: poolPos = randPoolSize
version4.go#L61: if poolPos == randPoolSize {
version4.go#L67: poolPos = 0
version4.go#L69: copy(uuid[:], pool[poolPos:(poolPos+16)])
version4.go#L70: poolPos += 16
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |